Component org.nuxeo.ecm.core.persistence.PersistenceComponent
In bundle org.nuxeo.ecm.core.persistence
Documentation
Service that deals with JPA persistence setup.
Implementation
Class:
org.nuxeo.ecm.core.persistence.PersistenceComponent
Services
- org.nuxeo.ecm.core.persistence.HibernateConfigurator
- org.nuxeo.ecm.core.persistence.PersistenceProviderFactory
Extension Points
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<component name="org.nuxeo.ecm.core.persistence.PersistenceComponent">
<documentation>
Service that deals with JPA persistence setup.
</documentation>
<implementation class="org.nuxeo.ecm.core.persistence.PersistenceComponent" />
<service>
<provide interface="org.nuxeo.ecm.core.persistence.PersistenceProviderFactory"/>
<provide interface="org.nuxeo.ecm.core.persistence.HibernateConfigurator"/>
</service>
<extension-point name="hibernate">
<documentation>This service uses hibernate as JPA provider.
This extension point lets you override the default hibernate configuration.
</documentation>
<object class="org.nuxeo.ecm.core.persistence.HibernateConfiguration"/>
</extension-point>
</component>